type runtime.notInHeapSlice
9 uses
runtime (current package)
malloc.go#L771: *(*notInHeapSlice)(unsafe.Pointer(&h.allArenas)) = notInHeapSlice{newArray, len(h.allArenas), int(size / goarch.PtrSize)}
mheap.go#L513: *(*notInHeapSlice)(unsafe.Pointer(&h.allspans)) = *(*notInHeapSlice)(unsafe.Pointer(&new))
mpagealloc_64bit.go#L82: sl := notInHeapSlice{(*notInHeap)(r), 0, entries}
mranges.go#L167: ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
mranges.go#L294: ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
mranges.go#L364: ranges := (*notInHeapSlice)(unsafe.Pointer(&b.ranges))
slice.go#L22: type notInHeapSlice struct {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)